home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
arachne.igz
/
arachne.img
/
LEVEL1
/
HELP.CAB
/
bin
/
help.bat
Wrap
DOS Batch File
|
2005-01-16
|
411b
|
18 lines
@if "%debug%"=="" echo off
echo.
cls
echo.
if "%1"=="" goto _all
if "%1"==":" if not "%2"=="" shift
if not exist %ramdrv%\help\%1.hlp goto _all
type %ramdrv%\help\%1.hlp
echo.
goto _end
:_all
echo You can use the following commands:
echo -------------------------------------------------------------------------------
for %%i in (%ramdrv%\help\*.hlp) do type %%i
echo.
if "%1"==":" pause
:_end